Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal operation As LogicalChannelOperation, _ ByVal channelIds As IEnumerable(Of ChannelId) _ ) |
C# | |
---|---|
public LogicalChannelId( LogicalChannelOperation operation, IEnumerable<ChannelId> channelIds ) |
C++/CLI | |
---|---|
public: LogicalChannelId( LogicalChannelOperation operation, IEnumerable<ChannelId>^ channelIds ) |
Parameters
- operation
- The operation to perform when combining the input channels.
- channelIds
- List of input channels that are used in this logical channel.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)